projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64cd8c3
)
Fix a documentation error
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 29 Aug 2009 23:45:52 +0000
(19:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 30 Aug 2009 00:23:07 +0000
(20:23 -0400)
Reported by Eduard Bagrov in bug 592862.
gdk/x11/gdkpixmap-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkpixmap-x11.c
b/gdk/x11/gdkpixmap-x11.c
index 1fcaf5a9b42ca097eba050ea3503bb6ddb0c5154..7e86dbb72f3cec77e53f1e088c99c9c01475604b 100644
(file)
--- a/
gdk/x11/gdkpixmap-x11.c
+++ b/
gdk/x11/gdkpixmap-x11.c
@@
-427,7
+427,7
@@
gdk_pixmap_foreign_new (GdkNativeWindow anid)
* For example in the X backend, a native pixmap handle is an Xlib
* <type>XID</type>.
*
- * Return value: the #Gdk
Window wrapper for the native window
,
+ * Return value: the #Gdk
Pixmap wrapper for the native pixmap
,
* or %NULL if there is none.
**/
GdkPixmap*